xen.git
2006-04-14 kaf24@firebug... This is a patch for XenMon which only applies to the...
2006-04-14 kaf24@firebug... Trivial patch to fix x86_64 builds in which XEN_TARGET_ARCH
2006-04-14 kaf24@firebug... New IO-APIC ACK method seems to cause problems on some...
2006-04-14 kaf24@firebug... Fix Xen's interrupt acknowledgement routines on certain
2006-04-14 kaf24@firebug... Call move_irq() during evtchn ->ack irq hook functions...
2006-04-14 kaf24@firebug... Must use __copy_to_user_inatomic() in swiotlb's sync_si...
2006-04-13 kaf24@firebug... Fix stack corruption in the libxs python interface...
2006-04-13 vhanquez@kneesa... add quota to xenstored.
2006-04-13 kaf24@firebug... Allow PCI-E and PCMCIA config on 64-bit Xenlinux.
2006-04-13 kaf24@firebug... This is to align PIT counter with TSC more accurately.
2006-04-13 kaf24@firebug... Use memmove instead of memcpy for overlapping areas...
2006-04-13 kaf24@firebug... In some cases, say for instance for some bizzare reason
2006-04-13 kaf24@firebug... SVM patch to add BP exception intercept support.
2006-04-13 kaf24@firebug... SVM patch to init rsp properly.
2006-04-13 kaf24@firebug... SVM patch to add PAE support.
2006-04-13 kaf24@firebug... SVM patch to add add init intercept handler.
2006-04-13 kaf24@firebug... This fixes the state machine of the vTPM driver.
2006-04-13 kaf24@firebug... Clean up xen Makefile. Use _-prefixed rules to avoid a
2006-04-13 kaf24@firebug... This fixes the Xen Makefile to allow correct building...
2006-04-13 kaf24@firebug... The comment in xen.h on how to obtain current system...
2006-04-13 kaf24@firebug... The default value used to control whether the guest...
2006-04-13 kaf24@firebug... This is the initial patch for SMP PAE guest on x86...
2006-04-13 kaf24@firebug... Make grant table map/unmap argument, host_addr, feature...
2006-04-13 kaf24@firebug... Unmap shadow vtable when freeing shadow table in free_s...
2006-04-13 kaf24@firebug... Use copy_from_user when accessing linear page table...
2006-04-12 emellor@leeni... Reset the cached state to XenbusStateInitialising on...
2006-04-11 emellor@leeni... Merged.
2006-04-11 emellor@leeni... Fix KERNELS example, mkinitrd example.
2006-04-11 kaf24@firebug... The maximum instruction length for both x86-32 and
2006-04-11 kaf24@firebug... When running test 5 in Memtest86+ v1.65, I got a "this...
2006-04-11 kaf24@firebug... Make event_pending() architecture-specific.
2006-04-11 kaf24@firebug... Remove some bogus .PHONY Makefile declarations.
2006-04-10 kaf24@firebug... Netfront must switch state using xenbus_switch_state...
2006-04-10 kaf24@firebug... Add a new config option for all backend drivers. This...
2006-04-10 emellor@leeni... Merged.
2006-04-10 emellor@leeni... Fix the test inside all_devices_ready, and move it...
2006-04-10 kaf24@firebug... Fail the build if NR_hypercalls is not a power of two.
2006-04-10 kaf24@firebug... Fix a couple of typos.
2006-04-10 kaf24@firebug... Fix push/pop usage in tools/ioemu for x86/64.
2006-04-10 kaf24@firebug... If the 'cdrom=' option is specified in the definition...
2006-04-10 kaf24@firebug... build: Clean up use of .PHONY
2006-04-10 kaf24@firebug... build: Clean pygrub's a.out
2006-04-10 emellor@leeni... Merged.
2006-04-10 kaf24@firebug... build: Document the use of XEN_PYTHON_NATIVE_INSTALL
2006-04-10 kaf24@firebug... build: clean up output of make help a little bit
2006-04-10 kaf24@firebug... build: Make sure that DESTDIR is set
2006-04-10 emellor@leeni... Initialise offsetopt when offset == 0. Closes bug...
2006-04-10 kaf24@firebug... build: Remove iptables and python loging helper targets
2006-04-10 kaf24@firebug... Remove unused netbsd build fragments.
2006-04-10 emellor@leeni... Fix call to server, using new XendClient syntax.
2006-04-10 emellor@leeni... Updated to reflect new KERNELS defaults, and properly...
2006-04-10 vhanquez@kneesa... fix bug #609 - error: PIC register `bx' clobbered in...
2006-04-10 emellor@leeni... I used the wrong operator in a couple places for puttin...
2006-04-10 kaf24@firebug... 'make mkpatches' diffs against pristine tree rather...
2006-04-10 kaf24@firebug... Introduce page_to_bus() and use it in pci-dma-xen.c...
2006-04-10 ack@kneesa... fix x86_32 default linux builds
2006-04-09 kaf24@firebug... Remove various compile-time options from SEDF scheduler and
2006-04-08 kaf24@firebug... Build CONFIG_PNP_ACPI by default.
2006-04-08 kaf24@firebug... Clean up IO-APIC update tracing and demote to DPRINTK().
2006-04-08 kaf24@firebug... Fix remove_pin_at_irq(), introduced with changeset
2006-04-08 kaf24@firebug... Added trace buffer virtual irq to implement non-polling...
2006-04-07 kaf24@firebug... Robustify and add tracing to the IO-APIC update hypercall.
2006-04-07 kaf24@firebug... Fix my slightly broken change to pirq_mask logic -...
2006-04-07 smh22@firebug... Additional sanity / compatability checks during guest...
2006-04-07 kaf24@firebug... Turn pirq_mask into a generic bitmap type.
2006-04-07 kaf24@firebug... Avoid double slashes in linker object file lists.
2006-04-07 kaf24@firebug... Do not disable spurious irq debugging in i386 xenlinux...
2006-04-07 kaf24@firebug... Power down an x86 system directly within domain0 rather...
2006-04-07 emellor@leeni... Merged.
2006-04-07 kaf24@firebug... Clean up xenoprof code a bit. The main remaining TODO...
2006-04-07 kaf24@firebug... Do not accept empty definition of __XEN_INTERFACE_VERSION__
2006-04-06 cl349@firebug... Support __XEN_INTERFACE_VERSION__ defined to the empty...
2006-04-06 ack@kneesa... merge
2006-04-06 ack@kneesa... Add xenoprof support
2006-04-06 kaf24@firebug... Do not create blkback vbd kernel thread until fully...
2006-04-06 smh22@firebug... Merge.
2006-04-06 smh22@firebug... Merge.
2006-04-06 emellor@leeni... This adds proper cleanup in case of a failure.
2006-04-06 smh22@firebug... Make root page table sanity check on restore more generic.
2006-04-06 kaf24@firebug... Rename and clean up 'error_code' path in entry.S.
2006-04-06 kaf24@firebug... Cleanups to do_callback_op() new hypercall changeset.
2006-04-06 kaf24@firebug... Use machine_halt() where it makes sense, to halt all...
2006-04-06 smh22@firebug... Fix long-standing save/restore bug on x86-64.
2006-04-06 kaf24@firebug... Saner error handling in iret hypercall (x86/64).
2006-04-06 kaf24@firebug... Clean up files created by the XenLinux boot-xen code.
2006-04-06 kaf24@firebug... Add code to make handling domain poweroff/reboot symmet...
2006-04-06 kaf24@firebug... Move misplaced CONFIG_KEXEC code chunk in setup-xen...
2006-04-06 apeace@paploo... Fix the example xend init.d script so it correctly...
2006-04-06 emellor@leeni... Factor out the parsing of XAUTHORITY, so that it can...
2006-04-06 emellor@leeni... Fix test to match change to DCE formatting of UUIDs.
2006-04-06 Ian.Campbell... Add new hypercall "set_callback" taking a callback...
2006-04-06 kaf24@firebug... More simplifications to blkback:
2006-04-06 kaf24@firebug... Stupidly forgot there is a separate waitqueue for free...
2006-04-06 kaf24@firebug... Fix the blkif_schedule() kthread loop. Much simpler...
2006-04-06 kaf24@firebug... Allow CONFIG_DEBUG_INFO to be specified when building
2006-04-06 kaf24@firebug... Remove some unnecessary code from the vTPM hotplug...
2006-04-06 kaf24@firebug... Fix a problem that was caused by recent changes to...
2006-04-06 kaf24@firebug... Update the user manual appendix to describe bow to...
2006-04-06 kaf24@firebug... Remove unused code in netback's net_rx_action():
2006-04-06 kaf24@firebug... Use PAGE_OFFSET instead of __PAGE_OFFSET in netfront.c.
next